home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9059 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: netnews.worldnet.att.net!newsadm
  2. From: Arn Trembley <arnold.trembley@worldnet.att.net>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Question on C/370
  5. Date: 7 Mar 1996 07:42:33 GMT
  6. Organization: AT&T WorldNet Services
  7. Message-ID: <4hm419$je2@mtinsc01-mgt.ops.worldnet.att.net>
  8. References: <4he39r$sh0@mtinsc01-mgt.ops.worldnet.att.net> <jodellDnvIns.tE@netcom.com>
  9. NNTP-Posting-Host: 44.st-louis-2.mo.dial-access.att.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.22ATT (Windows; U; 16bit)
  14.  
  15. jodell@netcom.com (Jake Odell) wrote:
  16. >Arn Trembley (arnold.trembley@worldnet.att.net) posted:
  17. ># Does anyone know how to generate the square brackets "[" "]" used for 
  18. ># array references on an IBM 3270 terminal for the mainframe C/370 
  19. ># compiler?
  20. >
  21. >In SAS C, you would use (||) for the [] characters, ie:
  22. >
  23. >    array[index]   <- would be ->   array(|index|)
  24. >-- 
  25. >jake@pantheon.us.com   jodell@netcom.com
  26.  
  27. Thanks for the reply.
  28.  
  29. I am using OS/2 Communications Manager for Warp as my 3270 terminal 
  30. emulator.  I can generate any hex character in a TSO/ISPF edit session, 
  31. but they display back as blanks.  We have the C/370 manuals on IBM 
  32. Bookmanager, but I haven't found the alternate characters there.
  33.  
  34. I'm sure I could get around this by using pointers rather that array 
  35. references, but it would be more convenient if the 3270 interface 
  36. supported the characters!
  37.  
  38.  
  39.